From: Jim Blandy Date: Fri, 21 May 1993 22:33:45 +0000 (+0000) Subject: * sysdep.c (sys_suspend): Set synch_process_alive, so that X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96121 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ffafc79306d982a128e63a78a3a5e70f82d6f058;p=emacs.git * sysdep.c (sys_suspend): Set synch_process_alive, so that wait_for_termination has something to wait for. --- diff --git a/src/sysdep.c b/src/sysdep.c index 99df6865338..79bac258c3b 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -590,6 +590,7 @@ sys_suspend () } save_signal_handlers (saved_handlers); + synch_process_alive = 1; wait_for_termination (pid); restore_signal_handlers (saved_handlers);